body {
    background-color: white;
  }

.container {
    position: relative;
    text-align: center;
    color: white;
    margin:0px;
    }
      


.bg-img-title {
    width: 100%;
    max-height: 80vh;    
    filter: brightness(100%);
}

.title {
    font-family:Arial; 
    font-size:5vw;
    font-weight: bold;
    position: absolute;
    top: 55%;
    left: 5%;
    right: 5%;
    text-align:left; 
    }


/* Background images and Text - MEDIA responsive  */

.text_header{
    font-family:Arial; 
    font-size: calc( 20px + 1.5vw);
    font-weight: bold;
    position: absolute;
    text-align:left; 
}

.text_header.header_right{
    top: 10%;
    left: 40%;
}

.text_header.header_left{
    top: 7%;
    left: 5%;
    right: 30%;
}

.img-text {
    font-family:Helvetica; 
    position: absolute;
    font-size: calc( 14px + 0.5vw) ;
    top: 18%;
    text-align:left; 
    }


.img-text.img-text-right{
    right: 5%;
    left: 40%;
}

.img-text.img-text-left{
    right: 35%; 
    left: 5%;
}

.bg-img{
    min-height: 800px;
    width:100%;
    object-fit: cover;
    filter: brightness(50%);
}


/*  Mobile version     */

@media screen and (max-width: 900px) {

    .text_header.header_right{
        top: 10%;
        left: 5%;
    }
    
    .text_header.header_left{
        top: 7%;
        left: 5%;
        right: 5%;
    }
    
    .img-text {
        font-family:Helvetica; 
        position: absolute;
        font-size: calc( 14px + 0.5vw) ;
        top: 18%;
        text-align:left; 
        }
    

    .img-text.img-text-right{
        right: 5%;
        left: 5%;
    }
    
    .img-text.img-text-left{
        right: 5%;
        left: 5%;
    }


        
} 



/* FORMS */

.form{
    padding: 3%
}

.form-header{
    font-family:Arial; 
    font-size: calc( 20px + 1vw);
    font-weight: bold;
    color: #262626;
    padding: 2%;
    padding-left: 10%;
    padding-right: 10%;
    }

.form-intro-text{
    font-family:Arial; 
    font-size: calc( 14px + 0.5vw);
    color: #363636;
    padding-bottom:2%;
    padding-left: 10%;
    padding-right: 10%;
    }


iframe {
    display: block;
    border-style:none;
    margin: 0 auto;
    background-color: #e4f3e5;
}




/* PARTNER LOGOS */

* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: Helvetica;
  }
 
  
.row {
    display: -ms-flexbox; /* IE10 */
    -ms-flex-pack: center;
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 10px;
    }

/* Create two equal columns that sits next to each other */
/* Left col */

.leftcolumn {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding-left:  10%;
    padding-right:  2%;
    padding-top:  5%;
    padding-bottom:  5%;
  }
  
  .leftcolumn img {
    vertical-align: middle;
    width: 90%;
    max-width: 500px;

  }


/* Right col */
.rightcolumn {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding-left:  2%;
    padding-right:  10%;
    padding-top:  5%;
    padding-bottom:  5%;

   }
  
  .rightcolumn img {
    vertical-align: middle;
    width: 90%;
    max-width: 500px;
   
  }